RxCommand.ICommandCanExecute(object?) method¶
Defined in
Type: RxCommandReactiveMarbles.Command
Assembly: ReactiveMarbles.Command.dll
Applies to
netstandard2.0
protected virtual bool ICommandCanExecute(object? parameter)
Summary: Will be called by the methods from the ICommand interface. This method is called when the Command should evaluate if it can execute.
Parameters
| Name | Type | Description |
|---|---|---|
parameter | object? | The parameter being passed to the ICommand. |
Returns: bool -- If the command can be executed.